home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Magazine / C_Tutorial / Part-12 / dt0 / smakefile < prev    next >
Makefile  |  1998-05-04  |  1KB  |  44 lines

  1. #
  2. # Makefile automatically generated by MKMK V6.55
  3. # Mon Apr 13 09:45:16 1998
  4. #
  5.  
  6. OBJS= bitmap.o screen.o gadgets.o toolwin.o drawwin.o visual.o arexx.o menu.o \
  7.       fractal.o loadsave.o main.o gui.o datatype.o idcmp.o
  8.  
  9. datatype0-sasc: $(OBJS)
  10.    sc link to datatype0-sasc with <<
  11. $(OBJS)
  12. <
  13.  
  14. bitmap.o: bitmap.c bitmap.h screen.h
  15.  
  16. screen.o: screen.c screen.h
  17.  
  18. gadgets.o: gadgets.c gadgets.h screen.h toolwin.h visual.h
  19.  
  20. toolwin.o: toolwin.c toolwin.h gadgets.h menu.h screen.h
  21.  
  22. drawwin.o: drawwin.c drawwin.h bitmap.h gadgets.h menu.h screen.h
  23.  
  24. visual.o: visual.c visual.h screen.h
  25.  
  26. arexx.o: arexx.c arexx.h
  27.  
  28. menu.o: menu.c menu.h visual.h
  29.  
  30. fractal.o: fractal.c fractal.h gadgets.h
  31.  
  32. loadsave.o: loadsave.c loadsave.h bitmap.h drawwin.h gui.h main.h datatype.h \
  33.             iff.h
  34.  
  35. main.o: main.c main.h fractal.h gui.h idcmp.h loadsave.h arexx.h
  36.  
  37. gui.o: gui.c gui.h bitmap.h drawwin.h gadgets.h menu.h screen.h toolwin.h \
  38.        visual.h fractal.h datatype.h
  39.  
  40. datatype.o: datatype.c drawwin.h datatype.h
  41.  
  42. idcmp.o: idcmp.c idcmp.h drawwin.h gadgets.h loadsave.h menu.h toolwin.h \
  43.          arexx.h fractal.h datatype.h
  44.